net/http.http2Server.group (field)

10 uses

	net/http (current package)
		h2_bundle.go#L4129: 	group http2synctestGroupInterface
		h2_bundle.go#L4133: 	if s.group != nil {
		h2_bundle.go#L4134: 		s.group.Join()
		h2_bundle.go#L4139: 	if s.group != nil {
		h2_bundle.go#L4140: 		return s.group.Now()
		h2_bundle.go#L4147: 	if s.group != nil {
		h2_bundle.go#L4148: 		return s.group.NewTimer(d)
		h2_bundle.go#L4155: 	if s.group != nil {
		h2_bundle.go#L4156: 		return s.group.AfterFunc(d, f)
		h2_bundle.go#L4388: 		bw:                          http2newBufferedWriter(s.group, c, conf.WriteByteTimeout),